Expand description

Secure channel types and traits of the Ockam library.

This crate contains the secure channel types of the Ockam library and is intended for use by other crates that provide features and add-ons to the main Ockam library.

The main Ockam crate re-exports types defined in this crate.

Structs

SecureChannelListener message wrapper.

Key Exchange completed message

Secure Channel

SecureChannel info returned from start_initiator_channel Auth hash can be used for further authentication of the channel and tying it up cryptographically to some source of Trust. (e.g. Entities)

SecureChannelListener listens for messages from SecureChannel initiators and creates responder SecureChannels

Entity SecureChannel LocalInfo used for LocalMessage

SecureChannel is an abstraction responsible for sending messages (usually over the network) in encrypted and authenticated way. SecureChannel always has two ends: initiator and responder.

Enums

Types of errors that may occur constructing a secure channel.

Constants

SecureChannel LocalInfo unique Identifier

Traits

KeyExchanger with extra constraints

NewKeyExchanger with extra constraints

Vault with XX required functionality